home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.0 KB | 74 lines | [TEXT/MPS ] |
- /*
- File: PictUtils.idl
-
- Contains: Picture Utilities Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __PICTUTILS_IDL__
- #define __PICTUTILS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __WINDOWS_IDL__
- #include <Windows.idl>
- #endif
- #ifndef __PALETTES_IDL__
- #include <Palettes.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /* verbs for the GetPictInfo, GetPixMapInfo, and NewPictInfo calls */
- typedef long PictInfoID;
-
- typedef SOMFourByteStruct CommentSpec; /* Derived from a struct of 4 bytes in size */
-
- typedef OpaquePtr CommentSpecPtr; /* Substituted OpaquePtr for “CommentSpec*” */
-
- typedef OpaquePtr CommentSpecHandle; /* Substituted OpaquePtr for “CommentSpecPtr*” */
-
- typedef SOMLargeStruct FontSpec; /* Derived from a struct of 26 bytes in size */
-
- typedef OpaquePtr FontSpecPtr; /* Substituted OpaquePtr for “FontSpec*” */
-
- typedef OpaquePtr FontSpecHandle; /* Substituted OpaquePtr for “FontSpecPtr*” */
-
- typedef SOMLargeStruct PictInfo; /* Derived from a struct of 104 bytes in size */
-
- typedef OpaquePtr PictInfoPtr; /* Substituted OpaquePtr for “PictInfo*” */
-
- typedef OpaquePtr PictInfoHandle; /* Substituted OpaquePtr for “PictInfoPtr*” */
-
- typedef OpaquePtr InitPickMethodProcPtr;
- typedef OpaquePtr InitPickMethodUPP;
- typedef OpaquePtr RecordColorsProcPtr;
- typedef OpaquePtr RecordColorsUPP;
- typedef OpaquePtr CalcColorTableProcPtr;
- typedef OpaquePtr CalcColorTableUPP;
- typedef OpaquePtr DisposeColorPickMethodProcPtr;
- typedef OpaquePtr DisposeColorPickMethodUPP;
- #if OLDROUTINENAMES
- #endif
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __PICTUTILS_IDL__ */
-
-